From 97b19979047cee7897a41b69d6b0d0c2907e2c79 Mon Sep 17 00:00:00 2001 From: robertl Date: Tue, 30 Sep 2003 22:15:19 +0000 Subject: [PATCH] Warning cleanup. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@513 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/tiger.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/tiger.c b/gpsbabel/tiger.c index 8100299fc..8474989a8 100644 --- a/gpsbabel/tiger.c +++ b/gpsbabel/tiger.c @@ -156,7 +156,7 @@ data_read(void) static void tiger_disp(const waypoint *wpt) { - char *pin; + const char *pin; double lat = wpt->position.latitude.degrees; double lon = wpt->position.longitude.degrees; -- 2.30.2